473,467 Members | 2,111 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Dreamweaver XHTML dropdown menu not working in Firefox

1 New Member
I created a web page in Dreamweaver using their dropdown menu utility, I converted the page to HTML to XHTML. the dropdowns works fine in IE, but not Firefox? Help!
http://www.xalexweb.com/sm/candidate3.html
Mar 8 '08 #1
2 1792
acoder
16,027 Recognized Expert Moderator MVP
Have you validated the page? Does HTML work?
Mar 10 '08 #2
drhowarddrfine
7,435 Recognized Expert Expert
Don't understand why you would convert to XHTML since:
1) XHTML served as XHTML does not work in IE
2) You are serving XHTML as HTML

You are using the xml declaration on your very first line. Only modern browsers know what to do with this. IE is not a modern browser and chokes on it, going into quirks mode. You can safely remove that line since you aren't serving XHTML anyway and it will make IE attempt to act like the rest of the world.

There is no such thing as "language="Javascript" and you are not using the 'type' attribute. Change this:
<script language="Javascript"> to this:
<script type="text/javascript">

None of this probably has anything to do with your drop down problem but, if it doesn't help now, it will help later.
Mar 10 '08 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: lowngeact | last post by:
So... not like I actually know what I'm doing here, but I have this site that I'm working on. http://butchross.com/kyfolkweb/ four of the five events has a drop down menu, but for whatever reason I...
2
by: Onemoreshadow | last post by:
Hi there, I recently created a Javascript pop-up menu in Dreamweaver MX and I'm having some trouble customizing it. After creating the menu, I saw that in the browser I use (Firefox), the...
6
by: adz1809 | last post by:
I have created this horizontal dropdown menu in css which is working fine in IE6+ but isn't firefox, and I have no idea why. here is the code: HTML: <body id="our-travels" class="home"> <div...
2
by: climberdude | last post by:
I've been working on a site with multiple <select> menus that are generated dynamically with PHP and Javascript and I've been using an AJAX approach. The javascript calls my php page, which hits a...
1
by: DeveloperQuest | last post by:
How do I make Xhtml 1.0 strict or Xhtml 1.1 strict appear in the Visual Studio 2005 dropdown? How do I add a Xhtml 1.0 strict to the dropdown in visual studio 2005? I have used the default...
1
by: sukhoifighter76 | last post by:
I have a problem working with VB as a form for build web pages in dreamweaver and use Xhtml. I want to know how to take this form ( VB 6.0 ) to dreamweaver as a forms
0
by: temp304 | last post by:
Customize Dropdown Menu is designed to display some choices, as: languages, countries, themes,... but it's differrent from original version in browsers. This tool combine CSS and JavaScript to create...
19
by: Jim | last post by:
Hi, I have two questions/problems pertaining to CSS horizontal dropdown menus and am hoping that someone here can help me out. (1) I'm having a problem centering the menu. I picked up the...
1
by: Jahamos | last post by:
Background: I have copy and pasted an Excel flowchart into a Dreamweaver html page. I created a frame on the top of the page as a viewer. I created hotspot links over the flowchart items. Each...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.